home *** CD-ROM | disk | FTP | other *** search
- @Echo Off
- If "%1"=="/?" Goto Help1
- Goto NoHelp
- :Help1
- Cls
- Echo / /
- Echo / │ \/\/ E S O M E \
- Echo / O F T W A R E ' S
- Echo.
- Echo A W E S O M E M E N U
- Echo AM [/V:videoname] [/CONFIG to configure]
- Echo.
- Echo Menu.Bat changes drive and directory because it is meant to
- Echo be in the path so that "MENU" from anywhere can load the menu
- Echo.
- Echo WARNING!: The password is encrypted. BE SURE TO REMEMBER PASSWORD!
- Echo WARNING!: Certain high resolution video drivers do not work correctly
- Echo with some mouse drivers. Make sure yours is compatible before
- Echo running menu with the "/V:" command switch!
- Goto Done
- :NoHelp
- Rem .DFM1 Change Drive Below
- C:
- Rem .DFM2 Change Directory Below
- CD\AM
- AM1 %1 %2 %3 %4
- RunCMD
- :Done
-